---
title: "MO Forwarding Through HTTP"
method: POST
path: "/[CustomerMOWebhookEndpoint]"
---

# MO Forwarding Through HTTP

`POST /[CustomerMOWebhookEndpoint]`

CEQUENS can provide the customers with Short/Long codes, where the clients can Send and Receive SMS from users. With MO (Mobile Originated) forwarding the customer will receive MO messages sent through his assigned short code.If the customer wants to receive the MO via HTTP protocol, the customer must provide CEQUENS with a webhook URL to receive the MO on, and the customer must grant CEQUENS with access to this URL.  When CEQUENS receives MO message, MO will be forwarded to the customer via the webhook URL Post method with below parameters details:

## Request body

- object
  - `source_addr` string — Mobile number of end-user sent the message.
  - `destination_addr` string — short code that the message is received on.
  - `short_message` string — Content of the received MO message.
  - `data_coding` integer — Encoding of the message text ( 0: for default encoding, 1: for the Unicode).
  - `received_time` string, date-time — Date timestamp of receiving the message. Format: YYYY-MM-DDTHH:mm:ss.ms

## Response `200`

200

## Other responses

- `400` — 400
- `404` — 404

---

[API](https://skmtc.dev/cequens/apis/authentication.md) · [All operations](https://skmtc.dev/cequens/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cequens/authentication/revisions/deadb0661f19/schema)
